home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / SETUP.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-06-16  |  1KB  |  65 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Install or Uninstall Rescue 95'
  6.   ClientHeight = 113
  7.   ClientWidth = 246
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnShow = Form2Show
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 4
  20.     Top = 57
  21.     Width = 37
  22.     Height = 34
  23.     AutoSize = True
  24.     Picture.Data = {<image001.bmp>}
  25.   end
  26.   object RadioButton1: TRadioButton
  27.     Left = 40
  28.     Top = 19
  29.     Width = 162
  30.     Height = 23
  31.     Caption = 'Install Rescue 95'
  32.     Checked = True
  33.     TabOrder = 0
  34.     TabStop = True
  35.   end
  36.   object RadioButton2: TRadioButton
  37.     Left = 59
  38.     Top = 47
  39.     Width = 162
  40.     Height = 24
  41.     Caption = 'Uninstall Rescue 95'
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 85
  46.     Top = 79
  47.     Width = 67
  48.     Height = 21
  49.     Caption = 'O K'
  50.     Default = True
  51.     TabOrder = 2
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 160
  56.     Top = 79
  57.     Width = 67
  58.     Height = 21
  59.     Cancel = True
  60.     Caption = 'Exit'
  61.     TabOrder = 3
  62.     OnClick = Button2Click
  63.   end
  64. end
  65.